home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P43 < prev    next >
Text File  |  1994-02-13  |  3KB  |  60 lines

  1.  
  2.  
  3.      The TriBBS Bulletin Board System                                    43
  4.  
  5.                                  DISPLAY SCREENS
  6.                                  ---------------
  7.  
  8.      TriBBS allows  you to  use  a number  of optional  display screens  to
  9.      customize  your board.  These screens can be either ANSI color screens
  10.      or monochrome screens.  TriBBS requires you to use an extension of RIP
  11.      for RIPScrip graphics screens, ANS for  ANSI color screens and BBS for
  12.      monochrome screens.   All display  screens are stored  in the  DISPLAY
  13.      subdirectory.  If you have the  node configured to use its own DISPLAY
  14.      directory, TriBBS will look for the display screens there.  Otherwise,
  15.      TriBBS  will  look  for  the  display  screens  in  node  1's  DISPLAY
  16.      directory.
  17.  
  18.      If  the  caller   has  selected  RIPScrip   graphics  or  TriBBS   has
  19.      autodetected, TriBBS  will always search the  DISPLAY subdirectory for
  20.      RIP screens.   If  a  RIP screen  can't be  found  or the  caller  has
  21.      selected ANSI color  graphics or TriBBS  has autodetected ANSI  color,
  22.      TriBBS will  always search the  DISPLAY subdirectory for  ANS screens.
  23.      If TriBBS can't find an ANS screen or the caller doesn't have RIPScrip
  24.      graphics  or  ANSI  color selected,  TriBBS  will  search the  DISPLAY
  25.      subdirectory for  an appropriate monochrome  screen.  If  TriBBS can't
  26.      find  any of  the three types  of display screens,  TriBBS will either
  27.      display  nothing  if  it's a  simple  display  screen  or TriBBS  will
  28.      generate and display  a menu on the fly if  an appropriate menu screen
  29.      isn't found.  You should note that if TriBBS does not generate on-the-
  30.      fly menus for RIPScrip graphics.   It will generate an ANSI menu  if a
  31.      custom RIPScrip menu isn't available.
  32.  
  33.  
  34.      @-Variables
  35.      -----------
  36.  
  37.      TriBBS  supports  the  following  @-variables in  display  screens  to
  38.      perform a wide variety of actions:
  39.  
  40.      @-variable               Action Taken
  41.      ----------------------------------------------------------------------
  42.      @ALIAS@                  Displays the caller's alias.
  43.      @BAUDRATE@               Displays the caller's baud rate.
  44.      @BBSSTARTDATE@           Displays the board's starting date.
  45.      @BEEP@                   Sends a BELL (07H).
  46.      @BIRTHDATE@              Displays the caller's birthdate.
  47.      @BOARDNAME@              Displays the board's name.
  48.      @BREAKOFF@               Makes the screen unbreakable.
  49.      @BREAKON@                Makes the screen breakable.
  50.      @BYTERATIO@              Displays the caller's byte ratio.
  51.      @CALLS@                  Displays the caller's number of calls.
  52.      @CALLSTODAY@             Displays  the caller's  number  of calls  for
  53.                               today.
  54.      @CITY@                   Displays the caller's city and state.
  55.      @CLS@                    Clears the screen.
  56.      @CR@                     Displays a carriage return/line feed pair.
  57.  
  58.  
  59.  
  60.